home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #1 / Amiga Plus 1995 #1.iso / fish-disketten / fish_841-850 / d846 / iobject / readme < prev    next >
Text File  |  1994-12-13  |  2KB  |  49 lines

  1.  
  2.                               IObject.lib V1.00
  3.                         (C) 1993 Christophe PASSUELLO
  4.                         -----------------------------
  5.  
  6.     IObject.lib is FREEWARE, it can be distribuate on PD disks or on BBS.
  7.   IObject.lib can be used in freeware, shareware or commercial software. If
  8.   you use IObject.lib i'll be glad to receive your product using IObject.lib.
  9.  
  10.     IObject.lib is a linking library who emulate some gadgets of gadtools.li-
  11.   brary, with text areas with scrolling. The main adantage of this library is
  12.   the fact if works with WorkBench 1.3.
  13.  
  14.     La libraries contains following objects:
  15.  
  16.       - CheckBox : to mark a choice.
  17.       - Cycle    : to choose between several options.
  18.       - Button   : can be used as switch or as button.
  19.       - String   : to get a string from user.
  20.       - Integer  : to get an signed integer from user.
  21.       - Scroller : proportionnal object.
  22.       - TextArea : Area of text with scrolling.
  23.  
  24.     To see the IObject.lib possibilities just run the demo.
  25.  
  26.  
  27.   The archive contains:
  28.  
  29.     - IObject.lib the librairy itself.
  30.     - IObject.Eng US documentation for IObject.lib
  31.     - IObject.h   include file for IObject.lib
  32.     - demo        the démo of IObject.lib.
  33.     - demo.c      C source of the démo.
  34.  
  35.  
  36.     The library can be used with several languages, parameters are on the
  37.   stack, you can have trouble with some languages because some fonctions use
  38.   a variable number of parameters. (Don't that some languages as Pascal pushes
  39.   parameters in reverse order from C, so you must reverse prototypes or use
  40.   glues).
  41.  
  42.   For any suggestion, bugs-reports, contributions, write me to the following
  43.   address:
  44.  
  45.         Christophe PASSUELLO
  46.         25, Rue du Plateau
  47.         91600 SAVIGNY SUR ORGE
  48.         FRANCE
  49.